home *** CD-ROM | disk | FTP | other *** search
/ Champak 99 / (Vol 99) Jan 19 2010.iso / Games / artifact_catcher.swf / scripts / DefineSprite_91 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-01-19  |  297 b   |  17 lines

  1. time = "= " + _root.time;
  2. if(_root.message._currentFrame == _root.message._totalframes)
  3. {
  4.    if(_root.milliseconds == 0)
  5.    {
  6.       if(_root.time != 0)
  7.       {
  8.          _root.milliseconds = 60;
  9.          _root.time--;
  10.       }
  11.    }
  12.    else
  13.    {
  14.       _root.milliseconds -= 2;
  15.    }
  16. }
  17.